-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify icon styling #2731
Unify icon styling #2731
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files@@ Coverage Diff @@
## develop #2731 +/- ##
=============================================
- Coverage 59.08% 56.67% -2.41%
+ Complexity 8926 8924 -2
=============================================
Files 1905 2167 +262
Lines 85277 91959 +6682
Branches 5805 6831 +1026
=============================================
+ Hits 50374 52104 +1730
- Misses 33106 37980 +4874
- Partials 1797 1875 +78 |
@@ -44,6 +44,11 @@ export type Icon = { | |||
name: string; | |||
}; | |||
|
|||
export type ImageIcon = { | |||
src: string; | |||
large: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure what you want to provide here, shouldnt this be size
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is only normal and large.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
No description provided.